Refactor: Portable characters & one canvas for training - #57
Merged
Conversation
imprsnst
force-pushed
the
char-consistency-v2
branch
from
August 21, 2026 06:13
30b935f to
d2f2c98
Compare
… ui for character
imprsnst
force-pushed
the
char-consistency-v2
branch
from
August 21, 2026 06:21
d2f2c98 to
5adc36c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A character is a file now. Build one from reference images, train an adapter for it, and use the
same file on FLUX.2 and Krea 2.
One canvas. The Trainer tab is gone. Dataset, Caption and Train LoRA are nodes on the Studio
canvas, so one Run walks encode, train, attach and write in order. Existing projects migrate on
open (schema 21).
Character nodes. Encode Character, Compile References, Character to Dataset, Attach Adapter,
Write .char, Load Character, Edit Character. They replace the character side panel. A
.charholdsone identity and a payload per model, so adding a model adds a payload instead of rebuilding the
character.
Models are visible. Nodes no longer resolve weights in the background. Character encoders,
training base checkpoints and Turbo de-distillation adapters all show in the missing-models popup,
which gained Download all, a queue and cancel. Exported graphs list every model with a download
link (recipe v2).
Canvas. Per-node run borders, search in the add-node menu, hover labels on port dots, and
minimum node heights from port count.
Models now live in Inline-Registry Repo